:root{
	--o-r-common-company_name:株式会社日建;
	--o-r-common-name:スポーツウェルネスサイト;
	--o-r-common-logo:logo.png;
	--o-r-common-hours:平日 9〜18時;
	--o-r-common-copyright:©︎2024-2026 ARGOS SPORTS ACADEMY All Rights Reserved.;
	--o-r-common-googlemap:<iframe src="https\00003a//www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3323.1607932479965!2d130.3973314756181!3d33.601132241415684!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3541918d0a97d429%3A0x7d14abc39fff4f9d!2z77yI5qCq77yJ5pel5bu6IOacrOekvg!5e0!3m2!1sja!2sjp!4v1715045881330!5m2!1sja!2sjp" width="600" height="450" style="border\00003a0\00003b" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>;
	--o-r-common-twitter_url: https\00003a//x.com/ARGOS_SPORTS_AC;
	--o-r-common-instagram_url:https\00003a//www.instagram.com/argos_sports_academy?igsh=dWx4N2M5MXh0dDN3&utm_source=qr;
	--o-r-visual_theme-width:1170px;
	--o-r-colors-base:#060606;
	--o-r-colors-base_text:#ffffff;
	--o-r-colors-button:#D7B712;
	--o-r-colors-button_text:#ffffff;
	--o-r-colors-assort:#E3232A;
	--o-r-colors-assort_text:#ffffff;
	--o-r-colors-accent:#1256D9;
	--o-r-colors-accent_text:#ffffff;
	--o-r-font_title-css_url:https\00003a//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New\00003awght@400\00003b700\00003b900&display=swap;
	--o-r-font_title-family:'Zen Kaku Gothic New', sans-serif;
	--o-r-font_title-style:normal;
	--o-r-font_title-weight:400;
	--o-r-font_body-css_url:https\00003a//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New\00003awght@400\00003b700\00003b900&display=swap;
	--o-r-font_body-family:'Zen Kaku Gothic New', sans-serif;
	--o-r-font_body-style:normal;
	--o-r-font_body-weight:400;
	--o-r-animation_setting-animation_type:none;
	--o-r-animation_setting-duration:500;
	--o-r-animation_setting-easing:linear;
	--o-r-animation_setting-delay:3;
	--o-r-animation_setting-timing:50;
	--o-r-animation_setting-once:-w-scroll-re-active;
}
.-x-richtext ul, .-x-richtext ol {
	list-style-position: inside;
}
/*common_css*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size:62.5%;
    background-color:#060606;;
    color:#ffffff;;
    -webkit-text-size-adjust: 100%;
    scroll-padding-top: 12rem;
}
body {
    font-size:1.6rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    line-height : 1.8;
}
a{
  color: inherit;
}
.-w-text p > a{
  color:inherit;
  text-decoration: underline;
}
.-w-text p > a:hover{
  text-decoration: none;
}

h2,h3,h4,h5,h6,.-w-font-ttl {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}


img {
    max-width: 100%;
    height:auto;
    vertical-align: top;
}
[data-lib="16"] .-w-h1-wrap h1 {
  font-weight: normal;
}
br.-w-pc {
  display: block;
}
br.-w-sp {
  display: none;
}
[data-w-width] {
    max-width: 100%;
}
[data-w-width="1"] {
    width: 1170px;
    width:1170px;
    margin: 0 auto;
}
[data-w-width="1"] [data-w-width="1"]{
    max-width:100%;
    width:100%;
}
@media (max-width: 1170px){
    [data-w-width="1"] {
        max-width:94%;
    }
}
@media screen and (max-width: 767px) {
    html {
      scroll-padding-top: 8rem;
    }
    body {
        font-size: 4vw;
    }
    [data-w-width="0"]{
      max-width:94%;
      margin: 0 auto;
    }
    br.-w-pc {
      display: none;
    }
    br.-w-sp {
      display: block;
    }
}

.-x-text{
    max-width: 1170px;
    margin-left:auto;
    margin-right:auto;
}
.-x-text table{
    border-collapse: collapse;
}
.-x-text td{
    padding: 2px 5px;
    border: 1px solid #ccc;
}
.-x-text ul
,.-x-text ol
,.-x-text li{
    list-style-type:initial;
}

.-x-cont > [data-lib] {
    margin-top:4rem;
}
.-x-cont > [data-lib] ~ [data-lib]{
    margin-top:4rem;
}
@media screen and (max-width: 767px) {
    .-x-cont > [data-lib] {
        margin-top:2.5rem;
    }
    .-x-cont > [data-lib] ~ [data-lib]{
        margin-top:2.5rem;
    }
}

.pagenation {
	display:flex;
	justify-content: center;
	text-align: center;
	margin: 50px 0 0 -10px;
}
.pagenation span {
	display:flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	padding: 0;
	line-height: 1;
	font-size: 0.9375em;
	color: var(--o-r-colors-button);
	box-sizing: border-box;
	margin-left: 10px;
}
.pagenation span a {
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 9px auto;
	text-decoration: none;
	border: 1px solid;
	height: 50px;
	background: var(--o-r-colors-button_text);
	border-color: var(--o-r-colors-button);
	color: var(--o-r-colors-button);
}
.pagenation span a:hover {
	text-decoration: none;
	background: var(--o-r-colors-button);
	color: var(--o-r-colors-button_text);
	color:#ffffff;
	background:#D7B712;
}
.pagenation span.current {
	padding: 9px 0;
	text-decoration: none;
	border: 1px solid;
	height: 50px;
	background: var(--o-r-colors-button);
	border-color: var(--o-r-colors-button);
	color: var(--o-r-colors-button_text);
}
.pagenation span.scope_limit {
	text-decoration: none;
	border: 0;
	background: var(--o-r-colors-button_text);
	border-color: var(--o-r-colors-button);
	color: var(--o-r-colors-button);
}
.pagenation span.prev,.pagenation span.next {
	padding:0;
}
.pagenation span.prev a,.pagenation span.next a {
	padding: 9px 0;
}
.pagenation span.prev a:hover,.pagenation span.next a:hover {}
.pagenation span.prev.current,.pagenation span.next.current {
	display: none;
}

/* 見出しアニメーション設定 */





br.-w-tb {
  display: none;
}

@media (max-width: 1023px) {
  br.-w-tb {
    display: block;
  }
}

@media(max-width: 767px) {
  br.-w-tb {
    display: none;
  }
}